home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Changed / background_5899.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  221 lines

  1. -- background: 5899 from stack: in
  2. -- bmap block id: 6174
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6.  
  7.  
  8. -- part 19 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=7 top=317 right=338 bottom=110
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Setup
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom open
  23.   go to stack "Set-Up"
  24.   set highlight of background button "Installation" to false
  25.   set highlight of background button "Using" to false
  26.   set highlight of background button "Troubleshooting" to false
  27.   set highlight of background button "Setup" to true
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. -- part 20 (button)
  36. -- low flags: 00
  37. -- high flags: A004
  38. -- rect: left=119 top=317 right=338 bottom=222
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Installation
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual effect zoom open
  50.   go to stack "Installation"
  51.   set highlight of background button "Setup" to false
  52.   set highlight of background button "Using" to false
  53.   set highlight of background button "Troubleshooting" to false
  54.   set highlight of background button "Installation" to true
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 21 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=220 top=308 right=342 bottom=263
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 21700 / 21700
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: 
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual effect zoom open
  74.   go to stack "Apple Scanner"
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 22 (button)
  80. -- low flags: 00
  81. -- high flags: C004
  82. -- rect: left=263 top=317 right=338 bottom=366
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 0 / 0
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Using
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   visual effect zoom open
  94.   go to stack "Using"
  95.   set highlight of background button "Setup" to false
  96.   set highlight of background button "Installation" to false
  97.   set highlight of background button "Troubleshooting" to false
  98.   set highlight of background button "Using" to true
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 23 (button)
  104. -- low flags: 00
  105. -- high flags: 8004
  106. -- rect: left=376 top=317 right=338 bottom=494
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Troubleshooting
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   visual effect zoom open
  118.   go to stack "Troubleshooting"
  119.   set highlight of background button "Setup" to false
  120.   set highlight of background button "Installation" to false
  121.   set highlight of background button "Using" to false
  122.   set highlight of background button "Troubleshooting" to true
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 27 (button)
  128. -- low flags: 00
  129. -- high flags: 0001
  130. -- rect: left=454 top=1 right=40 bottom=494
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 1004 / 1004
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: 
  139. ----- HyperTalk script -----
  140.  
  141. on mouseUp
  142.   play harpsichord a4
  143.   global search
  144.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  145.   if it is "Browse" then
  146.     visual wipe up slowly
  147.     go to card "Glossary" of stack "Glossary"
  148.   end if
  149.  
  150.   if it is "Automatic" then
  151.     ask "Search for..."
  152.     put it into search
  153.     if search is empty then
  154.       exit mouseUp
  155.     else
  156.       visual wipe up slowly
  157.       put "find search" into message box
  158.       hide message
  159.       go to card "Glossary" of stack "Glossary"
  160.       find word search in field "Text"
  161.       if the result is "not found" then
  162.         answer "Word not found." with "OK"
  163.         exit  mouseUp
  164.       else
  165.         show card field id 13
  166.         wait 4 seconds
  167.         hide card field id 13
  168.       end if
  169.     end if
  170.   end if
  171. end mouseUp
  172.  
  173.  
  174.  
  175.  
  176.  
  177. -- part 28 (button)
  178. -- low flags: 00
  179. -- high flags: 0001
  180. -- rect: left=414 top=1 right=40 bottom=455
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 1008 / 1008
  183. -- text alignment: 1
  184. -- font id: 0
  185. -- text size: 12
  186. -- style flags: 0
  187. -- line height: 16
  188. -- part name: 
  189. ----- HyperTalk script -----
  190. on mouseUp
  191.   answer "Print this card?" with "Yes" or "Cancel"
  192.   if it is "Yes" then
  193.     doMenu "Print Card"
  194.   end if
  195.   if it is "Cancel" then
  196.     put "Cancel" into it
  197.   end if
  198. end  mouseUp
  199.  
  200.  
  201.  
  202.  
  203. -- part 29 (button)
  204. -- low flags: 00
  205. -- high flags: 2000
  206. -- rect: left=404 top=280 right=303 bottom=428
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 2162 / 2162
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: Left
  215. ----- HyperTalk script -----
  216. on mouseUp
  217.   visual zoom in to card
  218.   pop card
  219. end mouseUp
  220.  
  221.